projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5eceb8f
)
* emacs.c: Do not include <verify.h>; no longer needed.
author
Paul Eggert
<eggert@cs.ucla.edu>
Thu, 26 Jul 2012 19:58:48 +0000
(12:58 -0700)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Thu, 26 Jul 2012 19:58:48 +0000
(12:58 -0700)
Fixes: debbugs:12036
src/ChangeLog
patch
|
blob
|
history
src/emacs.c
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index 06633ba7165cfc593b0d45b0f1e4f0c75ede20ee..7e91158ee361d0b41256cca423e4f7f5c5f7b37a 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-7,7
+7,8
@@
the fix for 12036 would have avoided some of the problems noted in
<http://bugs.gnu.org/12036#13> by Eli Zaretskii, as the scope problems
would have been more obvious.
- * emacs.c (gdb_CHECK_LISP_OBJECT_TYPE, gdb_DATA_SEG_BITS)
+ * emacs.c: Do not include <verify.h>; no longer needed.
+ (gdb_CHECK_LISP_OBJECT_TYPE, gdb_DATA_SEG_BITS)
(gdb_GCTYPEBITS, gdb_USE_LSB_TAG)
(CHECK_LISP_OBJECT_TYPE, DATA_SEG_BITS, GCTYPEBITS, USE_LSB_TAG):
Remove; now done in lisp.h.
diff --git
a/src/emacs.c
b/src/emacs.c
index 7dad87ef38bd7b8e6e59fef570d92120fe8967e2..81af0647742614f92281c66710c2191a74a9a4cf 100644
(file)
--- a/
src/emacs.c
+++ b/
src/emacs.c
@@
-29,8
+29,6
@@
along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
#include <setjmp.h>
#include <unistd.h>
-#include <verify.h>
-
#include "lisp.h"
#ifdef WINDOWSNT